home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beano - Dennis the Menace Cardz
/
Beano Cardz: Dennis the Menace.iso
/
pc
/
email.dxr
/
00040.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-19
|
215 b
|
10 lines
property psTempFilePath
on exitFrame me
erase(member("tempimage.jpg"))
psTempFilePath = getOSDirectory() & "temp.jpg"
tFileIo = xtra("fileio").new()
tFileIo.openFile(psTempFilePath, 0)
delete tFileIo
end